home *** CD-ROM | disk | FTP | other *** search
- #import <objc/Object.h>
-
- @interface ControlLoader : Object
- {
- }
-
- /*
- * Loads the control method you wish to use. Currently the only supported type is
- * Bitmap, but in the future, things like Draw or Sound could be added.
- * Assumes: Nothing
- * Results: If the controls type exists on disk, it's loaded and linked.
- * Returns: id of Controls object or nil if an error occured.
- */
- + loadControl: (const char *)type;
-
- @end
-